home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1996 December
/
macformat-044.iso
/
Demos
/
The Ghost Cave
/
BB
/
RBB
/
PUZ.Dxr
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-06-14
|
212 b
|
10 lines
on mouseUp
global curChar, offs, totalpiece, piecelist
repeat with i = 1 to totalpiece
if canHelp(getAt(piecelist, i)) then
dohelp(getAt(piecelist, i))
exit repeat
end if
end repeat
end